home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
BCI NET
/
BCI NET Dec 94.iso
/
archives
/
utilities
/
print
/
virtprinters.lha
/
VirtPrinters
/
iff_printer_source
/
task.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-06-27
|
305 b
|
17 lines
/*********************************************************************
*
* IFF_Printer task definitions
*/
#include <exec/ports.h>
struct MyMsg {
struct Message my_msg;
int my_value;
};
#define myCode_OpenFile 0
#define myCode_WriteLine 1
#define myCode_CloseFile 2
#define myCode_Exit 3